Html Css Color HEX #254B30 Kaitoke Green

📋 copy color: '#254B30'

red 37 ◦ green 75 ◦ blue 48

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

Shades of Kaitoke Green #254B30

Tints of Kaitoke Green #254B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.88%

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

R = 23.13%
G = 46.88%
B = 30%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#254B30 (or 0x254B30) is known color: Kaitoke Green. HEX triplet: 25, 4B and 30. RGB value is (37,75,48). Sum of RGB (Red+Green+Blue) = 37+75+48=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #254B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B30 is #DAB4CF. Grayscale: #3C3C3C. Windows color (decimal): -14333136 or 3164965. OLE color: 3164965.

HSL color Cylindrical-coordinate representation of color #254B30: hue angle of 137.37º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B30 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 75 48 -
CMYK 0.51 0 0.36 0.71
HSL 137.37º 0.34% 0.22% -
HSV(B) 137.37º 0.51% 0.29% -
XYZ 3.81 5.64 3.68 -
YUV 60.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 37 75 48 0.51 0 0.36 0.71 137.37 0.34 0.22
Hex 25 4B 30 33 0 24 47 89 22 16
Octal 45 113 60 63 0 44 107 211 42 26
Binary 100101 1001011 110000 110011 0 100100 1000111 10001001 100010 10110

Color Harmonies of #254B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B30

Black with #254B30

Text Example


Text Example

White with #254B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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