Html Css Color HEX #235044 Te Papa Green

📋 copy color: '#235044'

red 35 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #235044

Tints of Te Papa Green #235044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.72%

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 19.13%
G = 43.72%
B = 37.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#235044 (or 0x235044) is known color: Te Papa Green. HEX triplet: 23, 50 and 44. RGB value is (35,80,68). Sum of RGB (Red+Green+Blue) = 35+80+68=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #235044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235044 is #DCAFBB. Grayscale: #414141. Windows color (decimal): -14462908 or 4476963. OLE color: 4476963.

HSL color Cylindrical-coordinate representation of color #235044: hue angle of 164º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235044 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 68 -
CMYK 0.56 0 0.15 0.69
HSL 164º 0.39% 0.23% -
HSV(B) 164º 0.56% 0.31% -
XYZ 4.61 6.51 6.48 -
YUV 65.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 35 80 68 0.56 0 0.15 0.69 164 0.39 0.23
Hex 23 50 44 38 0 F 45 A4 27 17
Octal 43 120 104 70 0 17 105 244 47 27
Binary 100011 1010000 1000100 111000 0 1111 1000101 10100100 100111 10111

Color Harmonies of #235044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235044

Black with #235044

Text Example


Text Example

White with #235044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235044; }

 p { color: rgb(35,80,68); }

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

background-color css

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

 a { background-color: rgb(35,80,68); }

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

border-color css

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

 span { border-color: rgb(35,80,68); }

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