Html Css Color HEX #1F5830 Kaitoke Green

📋 copy color: '#1F5830'

red 31 ◦ green 88 ◦ blue 48

#1F5830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #1F5830

Tints of Kaitoke Green #1F5830

RGB

 RED value IS 31 (12.5% from 255) = 18.56%

 GREEN value IS 88 (34.77% from 255) = 52.69%

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 18.56%
G = 52.69%
B = 28.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1F5830 (or 0x1F5830) is known color: Kaitoke Green. HEX triplet: 1F, 58 and 30. RGB value is (31,88,48). Sum of RGB (Red+Green+Blue) = 31+88+48=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #1F5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5830 is #E0A7CF. Grayscale: #424242. Windows color (decimal): -14723024 or 3168287. OLE color: 3168287.

HSL color Cylindrical-coordinate representation of color #1F5830: hue angle of 137.89º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5830 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 88 48 -
CMYK 0.65 0 0.45 0.65
HSL 137.89º 0.48% 0.23% -
HSV(B) 137.89º 0.65% 0.35% -
XYZ 4.59 7.48 4 -
YUV 66.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 31 88 48 0.65 0 0.45 0.65 137.89 0.48 0.23
Hex 1F 58 30 41 0 2D 41 8A 30 17
Octal 37 130 60 101 0 55 101 212 60 27
Binary 11111 1011000 110000 1000001 0 101101 1000001 10001010 110000 10111

Color Harmonies of #1F5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5830

Black with #1F5830

Text Example


Text Example

White with #1F5830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5830; }

 p { color: rgb(31,88,48); }

 H1.HeaderClassName
 {
   color: #1F5830;
 }
 .AnyTagClassName
 {
   color: #1F5830;
 }
</style>

background-color css

<style>
 a { background-color: #1F5830; }

 a { background-color: rgb(31,88,48); }

 div.DivClassName
 {
   background-color: #1F5830;
 }
 .BgClassName
 {
   background-color: #1F5830;
 }
</style>

border-color css

<style>
 span { border-color: #1F5830; }

 span { border-color: rgb(31,88,48); }

 td.TdClassName
 {
   border-color: #1F5830;
 }
 .TagClassName
 {
   border-color: #1F5830;
 }
</style>