Html Css Color HEX #254E30 Kaitoke Green

📋 copy color: '#254E30'

red 37 ◦ green 78 ◦ blue 48

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

Shades of Kaitoke Green #254E30

Tints of Kaitoke Green #254E30

RGB

 RED value IS 37 (14.84% from 255) = 22.7%

 GREEN value IS 78 (30.86% from 255) = 47.85%

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

R = 22.7%
G = 47.85%
B = 29.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#254E30 (or 0x254E30) is known color: Kaitoke Green. HEX triplet: 25, 4E and 30. RGB value is (37,78,48). Sum of RGB (Red+Green+Blue) = 37+78+48=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #254E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E30 is #DAB1CF. Grayscale: #3E3E3E. Windows color (decimal): -14332368 or 3165733. OLE color: 3165733.

HSL color Cylindrical-coordinate representation of color #254E30: hue angle of 136.1º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254E30 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 78 48 -
CMYK 0.53 0 0.38 0.69
HSL 136.1º 0.36% 0.23% -
HSV(B) 136.1º 0.53% 0.31% -
XYZ 4.02 6.06 3.75 -
YUV 62.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 37 78 48 0.53 0 0.38 0.69 136.1 0.36 0.23
Hex 25 4E 30 35 0 26 45 88 24 17
Octal 45 116 60 65 0 46 105 210 44 27
Binary 100101 1001110 110000 110101 0 100110 1000101 10001000 100100 10111

Color Harmonies of #254E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E30

Black with #254E30

Text Example


Text Example

White with #254E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254E30; }

 p { color: rgb(37,78,48); }

 H1.HeaderClassName
 {
   color: #254E30;
 }
 .AnyTagClassName
 {
   color: #254E30;
 }
</style>

background-color css

<style>
 a { background-color: #254E30; }

 a { background-color: rgb(37,78,48); }

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

border-color css

<style>
 span { border-color: #254E30; }

 span { border-color: rgb(37,78,48); }

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