Html Css Color HEX #234C40 Te Papa Green

📋 copy color: '#234C40'

red 35 ◦ green 76 ◦ blue 64

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

Shades of Te Papa Green #234C40

Tints of Te Papa Green #234C40

RGB

 RED value IS 35 (14.06% from 255) = 20%

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

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 20%
G = 43.43%
B = 36.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#234C40 (or 0x234C40) is known color: Te Papa Green. HEX triplet: 23, 4C and 40. RGB value is (35,76,64). Sum of RGB (Red+Green+Blue) = 35+76+64=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #234C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C40 is #DCB3BF. Grayscale: #3E3E3E. Windows color (decimal): -14463936 or 4213795. OLE color: 4213795.

HSL color Cylindrical-coordinate representation of color #234C40: hue angle of 162.44º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C40 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 76 64 -
CMYK 0.54 0 0.16 0.70
HSL 162.44º 0.37% 0.22% -
HSV(B) 162.44º 0.54% 0.3% -
XYZ 4.2 5.9 5.77 -
YUV 62.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 35 76 64 0.54 0 0.16 0.70 162.44 0.37 0.22
Hex 23 4C 40 36 0 10 46 A2 25 16
Octal 43 114 100 66 0 20 106 242 45 26
Binary 100011 1001100 1000000 110110 0 10000 1000110 10100010 100101 10110

Color Harmonies of #234C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234C40

Black with #234C40

Text Example


Text Example

White with #234C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234C40; }

 p { color: rgb(35,76,64); }

 H1.HeaderClassName
 {
   color: #234C40;
 }
 .AnyTagClassName
 {
   color: #234C40;
 }
</style>

background-color css

<style>
 a { background-color: #234C40; }

 a { background-color: rgb(35,76,64); }

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

border-color css

<style>
 span { border-color: #234C40; }

 span { border-color: rgb(35,76,64); }

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