Html Css Color HEX #254D30 Kaitoke Green

📋 copy color: '#254D30'

red 37 ◦ green 77 ◦ blue 48

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

Shades of Kaitoke Green #254D30

Tints of Kaitoke Green #254D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.53%

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

R = 22.84%
G = 47.53%
B = 29.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#254D30 (or 0x254D30) is known color: Kaitoke Green. HEX triplet: 25, 4D and 30. RGB value is (37,77,48). Sum of RGB (Red+Green+Blue) = 37+77+48=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #254D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D30 is #DAB2CF. Grayscale: #3D3D3D. Windows color (decimal): -14332624 or 3165477. OLE color: 3165477.

HSL color Cylindrical-coordinate representation of color #254D30: hue angle of 136.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D30 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 77 48 -
CMYK 0.52 0 0.38 0.70
HSL 136.5º 0.35% 0.22% -
HSV(B) 136.5º 0.52% 0.3% -
XYZ 3.95 5.91 3.73 -
YUV 61.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 37 77 48 0.52 0 0.38 0.70 136.5 0.35 0.22
Hex 25 4D 30 34 0 26 46 88 23 16
Octal 45 115 60 64 0 46 106 210 43 26
Binary 100101 1001101 110000 110100 0 100110 1000110 10001000 100011 10110

Color Harmonies of #254D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D30

Black with #254D30

Text Example


Text Example

White with #254D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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