Html Css Color HEX #274C31 Kaitoke Green

📋 copy color: '#274C31'

red 39 ◦ green 76 ◦ blue 49

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

Shades of Kaitoke Green #274C31

Tints of Kaitoke Green #274C31

RGB

 RED value IS 39 (15.63% from 255) = 23.78%

 GREEN value IS 76 (30.08% from 255) = 46.34%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 23.78%
G = 46.34%
B = 29.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#274C31 (or 0x274C31) is known color: Kaitoke Green. HEX triplet: 27, 4C and 31. RGB value is (39,76,49). Sum of RGB (Red+Green+Blue) = 39+76+49=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #274C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C31 is #D8B3CE. Grayscale: #3D3D3D. Windows color (decimal): -14201807 or 3230759. OLE color: 3230759.

HSL color Cylindrical-coordinate representation of color #274C31: hue angle of 136.22º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274C31 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 76 49 -
CMYK 0.49 0 0.36 0.70
HSL 136.22º 0.32% 0.23% -
HSV(B) 136.22º 0.49% 0.3% -
XYZ 3.98 5.82 3.82 -
YUV 61.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 39 76 49 0.49 0 0.36 0.70 136.22 0.32 0.23
Hex 27 4C 31 31 0 24 46 88 20 17
Octal 47 114 61 61 0 44 106 210 40 27
Binary 100111 1001100 110001 110001 0 100100 1000110 10001000 100000 10111

Color Harmonies of #274C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C31

Black with #274C31

Text Example


Text Example

White with #274C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274C31; }

 p { color: rgb(39,76,49); }

 H1.HeaderClassName
 {
   color: #274C31;
 }
 .AnyTagClassName
 {
   color: #274C31;
 }
</style>

background-color css

<style>
 a { background-color: #274C31; }

 a { background-color: rgb(39,76,49); }

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

border-color css

<style>
 span { border-color: #274C31; }

 span { border-color: rgb(39,76,49); }

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