Html Css Color HEX #02852B Dark Spring Green

📋 copy color: '#02852B'

red 2 ◦ green 133 ◦ blue 43

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

Shades of Dark Spring Green #02852B

Tints of Dark Spring Green #02852B

RGB

 RED value IS 2 (1.17% from 255) = 1.12%

 GREEN value IS 133 (52.34% from 255) = 74.72%

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 1.12%
G = 74.72%
B = 24.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#02852B (or 0x02852B) is known color: Dark Spring Green. HEX triplet: 02, 85 and 2B. RGB value is (2,133,43). Sum of RGB (Red+Green+Blue) = 2+133+43=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #02852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02852B is #FD7AD4. Grayscale: #535353. Windows color (decimal): -16612053 or 2852098. OLE color: 2852098.

HSL color Cylindrical-coordinate representation of color #02852B: hue angle of 138.78º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02852B is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 43 -
CMYK 0.98 0 0.68 0.48
HSL 138.78º 0.97% 0.26% -
HSV(B) 138.78º 0.98% 0.52% -
XYZ 8.85 16.96 5.09 -
YUV 83.57 105.1 69.82 -
System Red Green Blue C M Y K H S L
Decimal 2 133 43 0.98 0 0.68 0.48 138.78 0.97 0.26
Hex 2 85 2B 62 0 44 30 8B 61 1A
Octal 2 205 53 142 0 104 60 213 141 32
Binary 10 10000101 101011 1100010 0 1000100 110000 10001011 1100001 11010

Color Harmonies of #02852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02852B

Black with #02852B

Text Example


Text Example

White with #02852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02852B; }

 p { color: rgb(2,133,43); }

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

background-color css

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

 a { background-color: rgb(2,133,43); }

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

border-color css

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

 span { border-color: rgb(2,133,43); }

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